# Inactivate location

Deactivates the specified location within the current account context.
            
Behavior:
- Requires portfolio management privileges
- Validates the location belongs to the account
- Performs in-use validation before inactivation
- Deactivates the location upon confirmation
- Returns in-use check response details
- Logs the action as location deactivated

Endpoint: POST /api/v1/portfolio/locations/{locationIdentifier}/inactivate

## Path parameters:

  - `locationIdentifier` (string, required)

## Request fields (application/json-patch+json):

  - `confirmInactivate` (boolean)

## Response 200 fields (text/plain):

  - `id` (string,null)

  - `isInUse` (boolean)

  - `responseDescription` (string,null)


